home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
ABUSESRC.ZIP
/
AbuseSrc
/
abuse
/
src
/
test2.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-04-11
|
138b
|
12 lines
#include "system.h"
main()
{
#if BYTE_ORDER==LITTLE_ENDIAN
printf("Hello little\n");
#else
printf("hi big\n");
#endif
}